ofMutable

Create a validation result with a built error context stored in a ErrorEntry.Mutable

This is used internally by processes that build error contexts in multiple steps, so the final result might or might not be errored

Return

the errored ValidationResult

Author

fzzyhmstrs

Since

0.1.0, deprecated 0.7.0

Parameters

T

Type of result

storedVal

default or fallback instance of type T

mutable

ErrorEntry.Mutable built error entry, which might be empty or might contain errors.